- /* sdmdfigs.cpp by K.Tsuru */
- // function ID = 309 DRADIX
- /******************************************************
- SDouble class
- It returns the number of figures in the decimal system.
- ******************************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- long SDouble::DFigures() const{
- if( !Sign(309) ) return 0;
- return (long)iFigures(figure(aTail)) + (long)(aHead-aTail)*(long)DFIGURES;
- }
sdmdfigs.cpp : last modifiled at 2016/09/04 14:21:40(430 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).